home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
__MANDEL
/
MANDELBR
/
CMANDELM.H
< prev
next >
Wrap
Text File
|
1992-03-25
|
222b
|
16 lines
// CMandelMap.h
#pragma once
#include "CPixMap.h"
class CMandelDataFile;
class CMandelPictFile;
class CMandelMap: public CPixMap {
public:
void IMandelMap(short theWidth, short theHeight, short theDepth);
};